home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wayzata's Best of Shareware PC/Windows 2
/
Wayzata's Best of Shareware 2.0 (Windows) (Wayzata Technology)(7112)(1994).bin
/
pc
/
dos
/
math
/
mrcry209
/
hard.eka
< prev
next >
Wrap
Text File
|
1992-11-03
|
310b
|
12 lines
; Example of a nearly impossible problem.
; The true solution is: x1=1/3 x2=0 x3=1e-12
; but there are many "solutions" with small residuals.
x1^2 + 2*x2 - exp(x2) + x3 = 1e-12 - 8/9
x1*x2 + exp(-x2) + x1*x3 = 1 + 1e-12/3
x1^3 + cos(x2) - x3 = 1/27 - 1e-12 + 1
x1 := .5
x2 := 0
x3 := 0